home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
04
/
4
/
DISK0442.ZIP
/
CLEANUP.BAT
< prev
next >
Wrap
DOS Batch File
|
1989-12-20
|
508b
|
18 lines
c:bat /n * erase %1.ech, %1.dia, %1.pun, %1.src
bat *** it is assumed that %1.pun has been renamed or modified
bat *** for use as a target language source file, and that
bat *** the other files have been printed or are no longer needed)
BAT SHELL
bat %i = 1
bat -loopt
bat if %1 $ %i 1 <> . then goto -notper
BAT TYPE enter filename without extension of any kind
bat exit
bat -notper
BAT %i = %i + 1
bat if %i < 10 then goto -loopt
erase %1.ech
erase %1.dia
erase %1.pun
erase %1.src